home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / games / zmud455.zip / ZMUD.EXE / 0 / RCDATA / TCOMPATDLG / TCOMPATDLG.txt
Text File  |  1997-04-13  |  2KB  |  94 lines

  1. object CompatDlg: TCompatDlg
  2.   Left = 209
  3.   Top = 110
  4.   Width = 458
  5.   Height = 282
  6.   Caption = 'Compatibility Mode'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 64
  16.     Top = 16
  17.     Width = 236
  18.     Height = 13
  19.     Caption = 'This window is running in v4.3x compatibility mode'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 64
  23.     Top = 32
  24.     Width = 337
  25.     Height = 13
  26.     Caption = 
  27.       'This compatibility mode will not be supported in future versions' +
  28.       ' of zMUD'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 80
  32.     Top = 46
  33.     Width = 289
  34.     Height = 13
  35.     Caption = 
  36.       'so you should convert your aliases, scripts, triggers, etc to th' +
  37.       'e'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 80
  41.     Top = 60
  42.     Width = 156
  43.     Height = 13
  44.     Caption = 'latest syntax as soon as possible.'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 64
  48.     Top = 96
  49.     Width = 350
  50.     Height = 13
  51.     Caption = 
  52.       'If you wish to turn off v4.3x compatibility, uncheck the option ' +
  53.       'shown below'
  54.   end
  55.   object Label6: TLabel
  56.     Left = 64
  57.     Top = 152
  58.     Width = 283
  59.     Height = 13
  60.     Caption = 'You can also change this setting in the General Preferences'
  61.   end
  62.   object Image2: TImage
  63.     Left = 24
  64.     Top = 16
  65.     Width = 32
  66.     Height = 32
  67.     AutoSize = True
  68.   end
  69.   object Compat: TCheckBox
  70.     Left = 64
  71.     Top = 120
  72.     Width = 145
  73.     Height = 17
  74.     Caption = 'v4.3x compatibility'
  75.     TabOrder = 0
  76.   end
  77.   object BitBtn1: TBitBtn
  78.     Left = 184
  79.     Top = 192
  80.     Width = 75
  81.     Height = 25
  82.     TabOrder = 1
  83.     Kind = bkOK
  84.   end
  85.   object DontShow: TCheckBox
  86.     Left = 64
  87.     Top = 232
  88.     Width = 337
  89.     Height = 17
  90.     Caption = 'Don'#39't show this message again for this window'
  91.     TabOrder = 2
  92.   end
  93. end
  94.